﻿2026-07-29T13:50:02.5293793Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-29T13:50:02.5294322Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-29T13:50:02.5294660Z [36;1m$PIN = "0c95435"[0m
2026-07-29T13:50:02.5295003Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-29T13:50:02.5295404Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-29T13:50:02.5295939Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-29T13:50:02.5296518Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-29T13:50:02.5296977Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-29T13:50:02.5297404Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-29T13:50:02.5297763Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-29T13:50:02.5298192Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-29T13:50:02.5298634Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-29T13:50:02.5299056Z [36;1m}[0m
2026-07-29T13:50:02.5299282Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-29T13:50:02.5299688Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T13:50:02.5304936Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-29T13:50:02.5305325Z env:
2026-07-29T13:50:02.5305799Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30455872858-2-9cdbc7a73e1a4f6f8727d38b9ced12e1
2026-07-29T13:50:02.5306541Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30455872858-2-9cdbc7a73e1a4f6f8727d38b9ced12e1
2026-07-29T13:50:02.5307266Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30455872858-2-9cdbc7a73e1a4f6f8727d38b9ced12e1
2026-07-29T13:50:02.5307810Z ##[endgroup]
2026-07-29T13:50:03.6972538Z    Compiling proc-macro2 v1.0.106
2026-07-29T13:50:03.6973037Z    Compiling unicode-ident v1.0.24
2026-07-29T13:50:03.6973352Z    Compiling quote v1.0.45
2026-07-29T13:50:03.6973683Z    Compiling cfg-if v1.0.4
2026-07-29T13:50:03.6973999Z    Compiling serde_core v1.0.228
2026-07-29T13:50:03.6974459Z    Compiling serde v1.0.228
2026-07-29T13:50:03.6975018Z    Compiling windows-link v0.2.1
2026-07-29T13:50:03.6975414Z    Compiling portable-atomic v1.13.1
2026-07-29T13:50:03.6975939Z    Compiling getrandom v0.3.4
2026-07-29T13:50:03.6976240Z    Compiling typenum v1.20.1
2026-07-29T13:50:03.6977224Z    Compiling pin-project-lite v0.2.17
2026-07-29T13:50:03.6977600Z    Compiling version_check v0.9.5
2026-07-29T13:50:03.6978198Z    Compiling find-msvc-tools v0.1.9
2026-07-29T13:50:03.6980138Z    Compiling shlex v2.0.1
2026-07-29T13:50:03.6981595Z    Compiling critical-section v1.2.0
2026-07-29T13:50:03.7077589Z    Compiling memchr v2.8.1
2026-07-29T13:50:03.7771477Z    Compiling windows-sys v0.61.2
2026-07-29T13:50:03.7903344Z    Compiling subtle v2.6.1
2026-07-29T13:50:03.8840637Z    Compiling equivalent v1.0.2
2026-07-29T13:50:03.9189222Z    Compiling futures-core v0.3.32
2026-07-29T13:50:03.9509846Z    Compiling smallvec v1.15.1
2026-07-29T13:50:03.9543497Z    Compiling bytes v1.11.1
2026-07-29T13:50:03.9911596Z    Compiling itoa v1.0.18
2026-07-29T13:50:04.1191008Z    Compiling semver v1.0.28
2026-07-29T13:50:04.1980391Z    Compiling generic-array v0.14.7
2026-07-29T13:50:04.2482419Z    Compiling stable_deref_trait v1.2.1
2026-07-29T13:50:04.2930317Z    Compiling log v0.4.32
2026-07-29T13:50:04.3788593Z    Compiling rand_core v0.10.1
2026-07-29T13:50:04.3842165Z    Compiling futures-io v0.3.32
2026-07-29T13:50:04.5541430Z    Compiling rustc_version v0.4.1
2026-07-29T13:50:04.5551937Z    Compiling futures-sink v0.3.32
2026-07-29T13:50:04.6027039Z    Compiling slab v0.4.12
2026-07-29T13:50:04.6176870Z    Compiling rustversion v1.0.22
2026-07-29T13:50:04.7782231Z    Compiling futures-task v0.3.32
2026-07-29T13:50:04.8422310Z    Compiling hashbrown v0.17.1
2026-07-29T13:50:04.8619818Z    Compiling getrandom v0.2.17
2026-07-29T13:50:04.9114903Z    Compiling cpufeatures v0.2.17
2026-07-29T13:50:05.3305737Z    Compiling getrandom v0.4.2
2026-07-29T13:50:05.4384702Z    Compiling fnv v1.0.7
2026-07-29T13:50:05.5015073Z    Compiling libc v0.2.186
2026-07-29T13:50:05.5699843Z    Compiling futures-channel v0.3.32
2026-07-29T13:50:05.6457183Z    Compiling cfg_aliases v0.2.1
2026-07-29T13:50:05.6763520Z    Compiling strsim v0.11.1
2026-07-29T13:50:05.7165550Z    Compiling writeable v0.6.3
2026-07-29T13:50:05.7498482Z    Compiling autocfg v1.5.1
2026-07-29T13:50:05.9729426Z    Compiling jobserver v0.1.34
2026-07-29T13:50:05.9729902Z    Compiling litemap v0.8.2
2026-07-29T13:50:05.9766009Z    Compiling fs_extra v1.3.0
2026-07-29T13:50:05.9874249Z    Compiling ident_case v1.0.1
2026-07-29T13:50:06.1515574Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T13:50:06.1766940Z    Compiling cc v1.2.63
2026-07-29T13:50:06.4012295Z    Compiling indexmap v2.14.0
2026-07-29T13:50:06.4012694Z    Compiling utf8_iter v1.0.4
2026-07-29T13:50:06.4013043Z    Compiling icu_properties_data v2.2.0
2026-07-29T13:50:06.5186296Z    Compiling crypto-common v0.1.7
2026-07-29T13:50:06.5640897Z    Compiling dunce v1.0.5
2026-07-29T13:50:06.5843004Z    Compiling percent-encoding v2.3.2
2026-07-29T13:50:06.8430529Z    Compiling http v1.4.1
2026-07-29T13:50:06.8430926Z    Compiling thiserror v2.0.18
2026-07-29T13:50:07.0453949Z    Compiling unicode-segmentation v1.13.3
2026-07-29T13:50:07.0792277Z    Compiling syn v2.0.117
2026-07-29T13:50:07.0818594Z    Compiling cpufeatures v0.3.0
2026-07-29T13:50:07.0992182Z    Compiling aws-lc-rs v1.17.0
2026-07-29T13:50:07.1830089Z    Compiling scopeguard v1.2.0
2026-07-29T13:50:07.1838450Z    Compiling form_urlencoded v1.2.2
2026-07-29T13:50:07.2888921Z    Compiling cmake v0.1.58
2026-07-29T13:50:07.5791028Z    Compiling block-buffer v0.10.4
2026-07-29T13:50:07.8380973Z    Compiling lock_api v0.4.14
2026-07-29T13:50:07.8404971Z    Compiling chacha20 v0.10.0
2026-07-29T13:50:07.9164446Z    Compiling untrusted v0.9.0
2026-07-29T13:50:07.9708163Z    Compiling winapi v0.3.9
2026-07-29T13:50:08.0586507Z    Compiling bitflags v2.12.1
2026-07-29T13:50:08.1638329Z    Compiling num-traits v0.2.19
2026-07-29T13:50:08.2332440Z    Compiling windows-strings v0.5.1
2026-07-29T13:50:08.2533793Z    Compiling ring v0.17.14
2026-07-29T13:50:08.3596650Z    Compiling aws-lc-sys v0.41.0
2026-07-29T13:50:08.9195991Z    Compiling windows-result v0.4.1
2026-07-29T13:50:09.3534228Z    Compiling digest v0.10.7
2026-07-29T13:50:09.3851982Z    Compiling heck v0.5.0
2026-07-29T13:50:09.3852324Z    Compiling rustls v0.23.40
2026-07-29T13:50:09.4845142Z    Compiling rand v0.10.1
2026-07-29T13:50:09.5111931Z    Compiling convert_case v0.10.0
2026-07-29T13:50:09.5162284Z    Compiling atomic-waker v1.1.2
2026-07-29T13:50:09.7684850Z    Compiling unicode-xid v0.2.6
2026-07-29T13:50:09.8943691Z    Compiling const-oid v0.10.2
2026-07-29T13:50:10.0282179Z    Compiling anyhow v1.0.102
2026-07-29T13:50:10.0295188Z    Compiling httparse v1.10.1
2026-07-29T13:50:10.1645495Z    Compiling parking_lot_core v0.9.12
2026-07-29T13:50:10.3334228Z    Compiling socket2 v0.6.4
2026-07-29T13:50:10.3714609Z    Compiling mio v1.2.1
2026-07-29T13:50:10.4057359Z    Compiling zerocopy v0.8.50
2026-07-29T13:50:10.5068407Z    Compiling http-body v1.0.1
2026-07-29T13:50:10.6154425Z    Compiling curve25519-dalek v4.1.3
2026-07-29T13:50:10.7638131Z    Compiling hybrid-array v0.4.12
2026-07-29T13:50:10.8397731Z    Compiling ahash v0.8.12
2026-07-29T13:50:11.0956750Z    Compiling fastrand v2.4.1
2026-07-29T13:50:11.3223139Z    Compiling synstructure v0.13.2
2026-07-29T13:50:11.4783403Z    Compiling darling_core v0.20.11
2026-07-29T13:50:11.6444744Z    Compiling powerfmt v0.2.0
2026-07-29T13:50:11.8789268Z    Compiling base64ct v1.8.3
2026-07-29T13:50:12.1639117Z    Compiling either v1.16.0
2026-07-29T13:50:12.3040717Z    Compiling uuid v1.23.2
2026-07-29T13:50:12.7613704Z    Compiling rand_core v0.6.4
2026-07-29T13:50:13.0412376Z    Compiling serde_derive v1.0.228
2026-07-29T13:50:13.1505999Z    Compiling zeroize_derive v1.4.3
2026-07-29T13:50:13.5479307Z    Compiling zerofrom-derive v0.1.7
2026-07-29T13:50:13.5551465Z    Compiling yoke-derive v0.8.2
2026-07-29T13:50:13.9816578Z    Compiling tokio-macros v2.7.0
2026-07-29T13:50:14.2465896Z    Compiling futures-macro v0.3.32
2026-07-29T13:50:14.3464581Z    Compiling zerovec-derive v0.11.3
2026-07-29T13:50:14.3910542Z    Compiling displaydoc v0.2.6
2026-07-29T13:50:14.4576025Z    Compiling tracing-attributes v0.1.31
2026-07-29T13:50:14.5339067Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T13:50:14.6997696Z    Compiling thiserror-impl v2.0.18
2026-07-29T13:50:14.9146507Z    Compiling derive_more-impl v2.1.1
2026-07-29T13:50:15.0121237Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T13:50:15.1074643Z    Compiling darling_macro v0.20.11
2026-07-29T13:50:15.5454172Z    Compiling zeroize v1.8.2
2026-07-29T13:50:15.6218709Z    Compiling deranged v0.5.8
2026-07-29T13:50:15.6443891Z    Compiling tokio v1.52.3
2026-07-29T13:50:15.6863001Z    Compiling futures-util v0.3.32
2026-07-29T13:50:15.9612137Z    Compiling rustls-pki-types v1.14.1
2026-07-29T13:50:15.9612587Z    Compiling darling v0.20.11
2026-07-29T13:50:16.3287716Z    Compiling derive_builder_core v0.20.2
2026-07-29T13:50:16.4695032Z    Compiling windows-implement v0.60.2
2026-07-29T13:50:16.4695402Z    Compiling windows-interface v0.59.3
2026-07-29T13:50:16.4940018Z    Compiling n0-error-macros v0.1.3
2026-07-29T13:50:16.5557890Z    Compiling zerofrom v0.1.8
2026-07-29T13:50:16.9358539Z    Compiling spez v0.1.2
2026-07-29T13:50:17.0266382Z    Compiling yoke v0.8.3
2026-07-29T13:50:17.0266724Z    Compiling pkg-config v0.3.33
2026-07-29T13:50:17.0597442Z    Compiling time-core v0.1.8
2026-07-29T13:50:17.5025323Z    Compiling zerovec v0.11.6
2026-07-29T13:50:17.5485181Z    Compiling zerotrie v0.2.4
2026-07-29T13:50:17.6556356Z    Compiling tower-service v0.3.3
2026-07-29T13:50:17.6660326Z    Compiling data-encoding v2.11.0
2026-07-29T13:50:17.6749798Z    Compiling base64 v0.22.1
2026-07-29T13:50:17.6837032Z    Compiling vcpkg v0.2.15
2026-07-29T13:50:17.7225693Z    Compiling derive_builder_macro v0.20.2
2026-07-29T13:50:17.9318947Z    Compiling num-conv v0.2.2
2026-07-29T13:50:17.9743812Z    Compiling zmij v1.0.21
2026-07-29T13:50:18.1513545Z    Compiling tinystr v0.8.3
2026-07-29T13:50:18.2129987Z    Compiling potential_utf v0.1.5
2026-07-29T13:50:18.2380354Z    Compiling tinyvec_macros v0.1.1
2026-07-29T13:50:18.8505743Z    Compiling try-lock v0.2.5
2026-07-29T13:50:18.8555500Z    Compiling n0-error v0.1.3
2026-07-29T13:50:19.1752585Z    Compiling windows-core v0.62.2
2026-07-29T13:50:19.2617162Z    Compiling derive_builder v0.20.2
2026-07-29T13:50:19.2818793Z    Compiling derive_more v2.1.1
2026-07-29T13:50:19.4347781Z    Compiling icu_locale_core v2.2.0
2026-07-29T13:50:19.4388962Z    Compiling icu_collections v2.2.0
2026-07-29T13:50:19.4438458Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T13:50:19.4438767Z    Compiling tinyvec v1.11.0
2026-07-29T13:50:19.5086527Z    Compiling parking_lot v0.12.5
2026-07-29T13:50:19.5527075Z    Compiling want v0.3.1
2026-07-29T13:50:19.6666854Z    Compiling tokio-util v0.7.18
2026-07-29T13:50:19.8956244Z    Compiling der v0.8.0-rc.10
2026-07-29T13:50:20.0488183Z    Compiling pin-project-internal v1.1.13
2026-07-29T13:50:20.0655166Z    Compiling block-buffer v0.12.0
2026-07-29T13:50:20.0960163Z    Compiling crypto-common v0.2.2
2026-07-29T13:50:20.0960487Z    Compiling sha2 v0.10.9
2026-07-29T13:50:20.3153674Z    Compiling ipnet v2.12.0
2026-07-29T13:50:20.3225677Z    Compiling vergen-lib v9.1.0
2026-07-29T13:50:20.3514419Z    Compiling inout v0.1.4
2026-07-29T13:50:20.3958436Z    Compiling n0-future v0.3.2
2026-07-29T13:50:20.4387658Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-29T13:50:20.8392084Z    Compiling icu_provider v2.2.0
2026-07-29T13:50:20.9592556Z    Compiling once_cell v1.21.4
2026-07-29T13:50:21.1117953Z    Compiling cordyceps v0.3.4
2026-07-29T13:50:21.1323131Z    Compiling signature v2.2.0
2026-07-29T13:50:21.2525880Z    Compiling tracing-core v0.1.36
2026-07-29T13:50:21.2796899Z    Compiling icu_properties v2.2.0
2026-07-29T13:50:21.3557902Z    Compiling icu_normalizer v2.2.0
2026-07-29T13:50:21.3935823Z    Compiling httpdate v1.0.3
2026-07-29T13:50:21.4497879Z    Compiling crossbeam-utils v0.8.21
2026-07-29T13:50:21.4525059Z    Compiling winnow v1.0.3
2026-07-29T13:50:21.4996423Z    Compiling diatomic-waker v0.2.3
2026-07-29T13:50:21.6781821Z    Compiling parking v2.2.1
2026-07-29T13:50:21.7668493Z    Compiling tracing v0.1.44
2026-07-29T13:50:21.8631241Z    Compiling spin v0.10.0
2026-07-29T13:50:21.8631806Z    Compiling serde_json v1.0.150
2026-07-29T13:50:21.8922172Z    Compiling futures-lite v2.6.1
2026-07-29T13:50:21.9330869Z    Compiling hashbrown v0.14.5
2026-07-29T13:50:21.9339550Z    Compiling pin-project v1.1.13
2026-07-29T13:50:22.1656032Z    Compiling futures-buffered v0.2.13
2026-07-29T13:50:22.1670238Z    Compiling ed25519 v2.2.3
2026-07-29T13:50:22.1869750Z    Compiling spki v0.8.0-rc.4
2026-07-29T13:50:22.2379418Z    Compiling h2 v0.4.14
2026-07-29T13:50:22.3483553Z    Compiling digest v0.11.3
2026-07-29T13:50:22.3789710Z    Compiling cipher v0.4.4
2026-07-29T13:50:22.4487058Z    Compiling vergen-lib v0.1.6
2026-07-29T13:50:22.4826794Z    Compiling vergen v9.1.0
2026-07-29T13:50:22.5810761Z    Compiling universal-hash v0.5.1
2026-07-29T13:50:22.6276151Z    Compiling noq-udp v0.10.0
2026-07-29T13:50:22.7006227Z    Compiling idna_adapter v1.2.2
2026-07-29T13:50:22.7494905Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T13:50:22.8065387Z    Compiling heapless v0.7.17
2026-07-29T13:50:22.8083933Z    Compiling sync_wrapper v1.0.2
2026-07-29T13:50:23.0010430Z    Compiling idna v1.1.0
2026-07-29T13:50:23.0359022Z    Compiling allocator-api2 v0.2.21
2026-07-29T13:50:23.0439456Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T13:50:23.0657082Z    Compiling opaque-debug v0.3.1
2026-07-29T13:50:23.1666531Z    Compiling byteorder v1.5.0
2026-07-29T13:50:23.1847479Z    Compiling polyval v0.6.2
2026-07-29T13:50:23.2221798Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T13:50:23.3376308Z    Compiling url v2.5.8
2026-07-29T13:50:23.4407588Z    Compiling hash32 v0.2.1
2026-07-29T13:50:23.4833082Z    Compiling hashlink v0.9.1
2026-07-29T13:50:23.5429790Z    Compiling ed25519-dalek v2.2.0
2026-07-29T13:50:23.5520246Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T13:50:23.8275984Z    Compiling prefix-trie v0.8.4
2026-07-29T13:50:23.8981891Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T13:50:23.9210213Z    Compiling futures-executor v0.3.32
2026-07-29T13:50:23.9210524Z    Compiling spin v0.9.8
2026-07-29T13:50:24.1055516Z    Compiling vergen-gitcl v1.0.8
2026-07-29T13:50:24.2472184Z    Compiling windows-threading v0.2.1
2026-07-29T13:50:24.2755974Z    Compiling tower-layer v0.3.3
2026-07-29T13:50:24.3233287Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T13:50:24.3585138Z    Compiling ryu v1.0.23
2026-07-29T13:50:24.3715776Z    Compiling signature v3.0.0
2026-07-29T13:50:24.3894297Z    Compiling fallible-iterator v0.3.0
2026-07-29T13:50:24.5555019Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T13:50:24.6144247Z    Compiling proc-macro-crate v3.5.0
2026-07-29T13:50:24.6166392Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T13:50:24.6607933Z    Compiling windows-future v0.3.2
2026-07-29T13:50:24.7138776Z    Compiling futures v0.3.32
2026-07-29T13:50:24.9612653Z    Compiling spt-proto v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-07-29T13:50:24.9613808Z    Compiling windows-targets v0.52.6
2026-07-29T13:50:25.3784081Z    Compiling ghash v0.5.1
2026-07-29T13:50:25.4541322Z    Compiling ctr v0.9.2
2026-07-29T13:50:25.4889624Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T13:50:25.5768477Z    Compiling aes v0.8.4
2026-07-29T13:50:25.6259400Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T13:50:25.6699221Z    Compiling windows-numerics v0.3.1
2026-07-29T13:50:25.6863138Z    Compiling windows-collections v0.3.2
2026-07-29T13:50:25.6941768Z    Compiling time v0.3.47
2026-07-29T13:50:25.7033457Z    Compiling cobs v0.3.0
2026-07-29T13:50:25.7802135Z    Compiling postcard-derive v0.2.2
2026-07-29T13:50:25.8526040Z    Compiling fs2 v0.4.3
2026-07-29T13:50:26.0621446Z    Compiling http-body-util v0.1.3
2026-07-29T13:50:26.1233405Z    Compiling aead v0.5.2
2026-07-29T13:50:26.3389163Z    Compiling widestring v1.2.1
2026-07-29T13:50:26.4253120Z    Compiling utf8parse v0.2.2
2026-07-29T13:50:26.4878812Z    Compiling ipconfig v0.3.4
2026-07-29T13:50:26.4879198Z    Compiling arrayvec v0.7.6
2026-07-29T13:50:26.5953749Z    Compiling rusqlite v0.32.1
2026-07-29T13:50:26.5954527Z    Compiling data-encoding-macro v0.1.20
2026-07-29T13:50:26.6263879Z    Compiling postcard v1.1.3
2026-07-29T13:50:26.6265644Z    Compiling aes-gcm v0.10.3
2026-07-29T13:50:26.6291413Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T13:50:26.8634175Z    Compiling hyper v1.10.1
2026-07-29T13:50:26.9758814Z    Compiling windows v0.62.2
2026-07-29T13:50:26.9759282Z    Compiling num_enum_derive v0.7.6
2026-07-29T13:50:26.9759798Z    Compiling windows-sys v0.59.0
2026-07-29T13:50:27.0283153Z    Compiling tower v0.5.3
2026-07-29T13:50:27.2337057Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T13:50:27.2878477Z    Compiling crossbeam-channel v0.5.15
2026-07-29T13:50:27.4945453Z    Compiling chrono v0.4.45
2026-07-29T13:50:27.8894791Z    Compiling spt-store v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-07-29T13:50:28.1111662Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T13:50:28.2227212Z    Compiling strum_macros v0.28.0
2026-07-29T13:50:28.2234268Z    Compiling enum-assoc v1.3.0
2026-07-29T13:50:28.4522675Z    Compiling hyper-util v0.1.20
2026-07-29T13:50:28.6774417Z    Compiling async-trait v0.1.89
2026-07-29T13:50:29.0321630Z    Compiling windows-registry v0.6.1
2026-07-29T13:50:29.1670138Z    Compiling blake3 v1.8.5
2026-07-29T13:50:29.2692119Z    Compiling memoffset v0.6.5
2026-07-29T13:50:29.3645993Z    Compiling noq v0.18.0
2026-07-29T13:50:29.4311940Z    Compiling netwatch v0.16.0
2026-07-29T13:50:29.4969262Z    Compiling acto v0.8.2
2026-07-29T13:50:29.5477040Z    Compiling mac-addr v0.3.0
2026-07-29T13:50:29.8330481Z    Compiling foldhash v0.2.0
2026-07-29T13:50:29.8537655Z    Compiling tagptr v0.2.0
2026-07-29T13:50:29.8946588Z    Compiling lru-slab v0.1.2
2026-07-29T13:50:29.8987807Z    Compiling xml-rs v0.8.28
2026-07-29T13:50:30.0571922Z    Compiling rustc-hash v2.1.2
2026-07-29T13:50:30.0907166Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T13:50:30.0990411Z    Compiling identity-hash v0.1.0
2026-07-29T13:50:30.2259806Z    Compiling ref-cast v1.0.25
2026-07-29T13:50:30.2905168Z    Compiling thiserror v1.0.69
2026-07-29T13:50:30.2935446Z    Compiling moka v0.12.15
2026-07-29T13:50:30.3907278Z    Compiling hashbrown v0.16.1
2026-07-29T13:50:30.6749721Z    Compiling netdev v0.42.0
2026-07-29T13:50:31.0408692Z    Compiling xmltree v0.10.3
2026-07-29T13:50:31.0581549Z    Compiling iroh-metrics v0.38.3
2026-07-29T13:50:31.1668585Z    Compiling num_enum v0.7.6
2026-07-29T13:50:31.3077712Z    Compiling strum v0.28.0
2026-07-29T13:50:31.5175063Z    Compiling spt-msg v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-07-29T13:50:31.5831411Z    Compiling iroh-relay v0.98.0
2026-07-29T13:50:31.9159009Z    Compiling tower-http v0.6.11
2026-07-29T13:50:31.9381022Z    Compiling iroh-base v0.98.0
2026-07-29T13:50:32.0266825Z    Compiling attohttpc v0.30.1
2026-07-29T13:50:32.1025699Z    Compiling n0-watcher v0.6.1
2026-07-29T13:50:32.1936107Z    Compiling tokio-stream v0.1.18
2026-07-29T13:50:32.3253527Z    Compiling serde_spanned v0.6.9
2026-07-29T13:50:32.6932027Z    Compiling toml_datetime v0.6.11
2026-07-29T13:50:33.1477592Z    Compiling thiserror-impl v1.0.69
2026-07-29T13:50:33.2701458Z    Compiling ref-cast-impl v1.0.25
2026-07-29T13:50:34.1355189Z    Compiling serde_derive_internals v0.29.1
2026-07-29T13:50:34.2304545Z    Compiling simple-dns v0.9.3
2026-07-29T13:50:34.2546012Z    Compiling serial-core v0.4.0
2026-07-29T13:50:34.3145061Z    Compiling aho-corasick v1.1.4
2026-07-29T13:50:34.4445159Z    Compiling winreg v0.10.1
2026-07-29T13:50:34.5655335Z    Compiling winnow v0.7.15
2026-07-29T13:50:34.6463948Z    Compiling toml_write v0.1.2
2026-07-29T13:50:34.6701365Z    Compiling regex-syntax v0.8.10
2026-07-29T13:50:34.7233309Z    Compiling sha1_smol v1.0.1
2026-07-29T13:50:34.7531484Z    Compiling resolv-conf v0.7.6
2026-07-29T13:50:35.0859056Z    Compiling simdutf8 v0.1.5
2026-07-29T13:50:35.1245521Z    Compiling smol_str v0.1.24
2026-07-29T13:50:35.1255820Z    Compiling constant_time_eq v0.4.2
2026-07-29T13:50:35.2089819Z    Compiling arrayref v0.3.9
2026-07-29T13:50:35.5512585Z    Compiling iroh-dns v0.98.0
2026-07-29T13:50:35.6347991Z    Compiling serial-windows v0.4.0
2026-07-29T13:50:35.8541974Z    Compiling igd-next v0.17.1
2026-07-29T13:50:35.8847340Z    Compiling schemars_derive v1.2.1
2026-07-29T13:50:36.0617021Z    Compiling lru v0.16.4
2026-07-29T13:50:36.0799034Z    Compiling webpki-roots v1.0.7
2026-07-29T13:50:36.1236491Z    Compiling darling_core v0.23.0
2026-07-29T13:50:36.1411085Z    Compiling seize v0.5.1
2026-07-29T13:50:36.2008859Z    Compiling hmac v0.12.1
2026-07-29T13:50:36.4781775Z    Compiling serde_bytes v0.11.19
2026-07-29T13:50:36.4782149Z    Compiling iroh v0.98.2
2026-07-29T13:50:36.4969747Z    Compiling lazy_static v1.5.0
2026-07-29T13:50:36.5021258Z    Compiling anstyle v1.0.14
2026-07-29T13:50:36.5157609Z    Compiling pin-utils v0.1.0
2026-07-29T13:50:36.7805306Z    Compiling toml_edit v0.22.27
2026-07-29T13:50:36.8337897Z    Compiling bitflags v1.3.2
2026-07-29T13:50:36.8680404Z    Compiling once_cell_polyfill v1.70.2
2026-07-29T13:50:36.8880467Z    Compiling cmov v0.5.4
2026-07-29T13:50:36.8900813Z    Compiling dyn-clone v1.0.20
2026-07-29T13:50:37.0015670Z    Compiling anstyle-wincon v3.0.11
2026-07-29T13:50:37.0016692Z    Compiling nix v0.25.1
2026-07-29T13:50:37.0353664Z    Compiling shared_library v0.1.9
2026-07-29T13:50:37.1372152Z    Compiling regex-automata v0.4.14
2026-07-29T13:50:37.2514328Z    Compiling ctutils v0.4.2
2026-07-29T13:50:37.2514733Z    Compiling papaya v0.2.4
2026-07-29T13:50:37.4371831Z    Compiling wmi v0.18.4
2026-07-29T13:50:37.4855940Z    Compiling hkdf v0.12.4
2026-07-29T13:50:37.8931081Z    Compiling filedescriptor v0.8.3
2026-07-29T13:50:37.8931457Z    Compiling serial v0.4.0
2026-07-29T13:50:37.9994774Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T13:50:38.0728575Z    Compiling anstyle-parse v1.0.0
2026-07-29T13:50:38.2181837Z    Compiling backon v1.6.0
2026-07-29T13:50:38.4337541Z    Compiling anstyle-query v1.1.5
2026-07-29T13:50:38.5242590Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T13:50:38.5360720Z    Compiling schemars v1.2.1
2026-07-29T13:50:38.8520699Z    Compiling colorchoice v1.0.5
2026-07-29T13:50:38.9204345Z    Compiling foldhash v0.1.5
2026-07-29T13:50:39.0942870Z    Compiling toml v0.8.23
2026-07-29T13:50:39.2309968Z    Compiling paste v1.0.15
2026-07-29T13:50:39.2467068Z    Compiling shell-words v1.1.1
2026-07-29T13:50:39.2732106Z    Compiling unicode-width v0.2.0
2026-07-29T13:50:39.4700447Z    Compiling portmapper v0.16.0
2026-07-29T13:50:39.6803837Z    Compiling regex v1.12.3
2026-07-29T13:50:39.8080699Z    Compiling instability v0.3.12
2026-07-29T13:50:40.0332326Z    Compiling downcast-rs v1.2.1
2026-07-29T13:50:40.1441945Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T13:50:40.1716011Z    Compiling portable-pty v0.8.1
2026-07-29T13:50:40.2443389Z    Compiling anstream v1.0.0
2026-07-29T13:50:40.2815248Z    Compiling spt-runtime v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-07-29T13:50:40.4510624Z    Compiling vte v0.13.1
2026-07-29T13:50:40.5230754Z    Compiling darling_macro v0.23.0
2026-07-29T13:50:40.8217844Z    Compiling hashbrown v0.15.5
2026-07-29T13:50:40.8460914Z    Compiling spake2 v0.4.0
2026-07-29T13:50:41.2014280Z    Compiling darling v0.23.0
2026-07-29T13:50:41.2760264Z    Compiling itertools v0.13.0
2026-07-29T13:50:41.3359538Z    Compiling strum_macros v0.26.4
2026-07-29T13:50:41.3379483Z    Compiling crossterm_winapi v0.9.1
2026-07-29T13:50:41.5267356Z    Compiling terminal_size v0.4.4
2026-07-29T13:50:41.6191482Z    Compiling sha1 v0.10.6
2026-07-29T13:50:41.6413943Z    Compiling castaway v0.2.4
2026-07-29T13:50:41.8050810Z    Compiling static_assertions v1.1.0
2026-07-29T13:50:41.8075610Z    Compiling indoc v2.0.7
2026-07-29T13:50:41.8408735Z    Compiling recvmsg v1.0.0
2026-07-29T13:50:41.9219788Z    Compiling clap_lex v1.1.0
2026-07-29T13:50:41.9997075Z    Compiling doctest-file v1.1.1
2026-07-29T13:50:42.1023444Z    Compiling unicode-width v0.1.14
2026-07-29T13:50:42.2828241Z    Compiling clap_builder v4.6.0
2026-07-29T13:50:42.3216560Z    Compiling compact_str v0.8.2
2026-07-29T13:50:42.3306423Z    Compiling crossterm v0.28.1
2026-07-29T13:50:42.5436192Z    Compiling lru v0.12.5
2026-07-29T13:50:42.7312396Z    Compiling interprocess v2.4.2
2026-07-29T13:50:42.9391705Z    Compiling unicode-truncate v1.1.0
2026-07-29T13:50:43.0866450Z    Compiling spt-term v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-07-29T13:50:43.3558576Z    Compiling spt-live v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-07-29T13:50:43.9106685Z    Compiling clap_derive v4.6.1
2026-07-29T13:50:43.9209604Z    Compiling error-code v3.3.2
2026-07-29T13:50:44.1635736Z    Compiling cassowary v0.3.0
2026-07-29T13:50:44.3320563Z    Compiling clipboard-win v5.4.1
2026-07-29T13:50:44.3601787Z    Compiling nucleo-matcher v0.3.1
2026-07-29T13:50:44.4070564Z    Compiling qrcode v0.14.1
2026-07-29T13:50:44.4842869Z    Compiling strum v0.26.3
2026-07-29T13:50:44.6685553Z    Compiling tempfile v3.27.0
2026-07-29T13:50:44.8266737Z    Compiling ratatui v0.29.0
2026-07-29T13:50:46.9268633Z    Compiling clap v4.6.1
2026-07-29T13:50:59.7133035Z    Compiling rustls-webpki v0.103.13
2026-07-29T13:51:02.2256914Z    Compiling tokio-rustls v0.26.4
2026-07-29T13:51:02.2257169Z    Compiling noq-proto v0.17.0
2026-07-29T13:51:02.2257402Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T13:51:02.3950372Z    Compiling hyper-rustls v0.27.9
2026-07-29T13:51:02.3950887Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T13:51:02.3951498Z    Compiling tokio-websockets v0.13.2
2026-07-29T13:51:03.8460782Z    Compiling reqwest v0.13.4
2026-07-29T13:51:04.6168083Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T13:51:24.7345364Z    Compiling spt-net v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-07-29T13:51:26.4317498Z    Compiling spt-daemon v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-07-29T13:51:40.3836141Z    Compiling spt v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-07-29T13:51:49.6186028Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 46s
2026-07-29T13:51:49.6419162Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-4e7b86f0c3b9a150.exe)
2026-07-29T13:51:49.7930659Z 
2026-07-29T13:51:49.7930972Z running 1 test
2026-07-29T13:51:59.4273170Z test new_brain_serves_against_old_broker ... ok
2026-07-29T13:51:59.4273428Z 
2026-07-29T13:51:59.4273652Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.63s
2026-07-29T13:51:59.4274678Z 
